home *** CD-ROM | disk | FTP | other *** search
- cur_level_num = 116
-
- dofile("everything.lua")
-
- c_add_a_path("edge-path", 0, 80 )
-
- function LEVEL_start()
- ticker = 0
- pylon_start("hoval-spike",90.0)
- floor_start_random()
- player_start( 9.46444 , 2.02108 , 0.0 )
- end
-
- function LEVEL_gameloop()
- everying_gameloop()
-
- if ticker == 700 then
- actor_plopper( "robot_green_path", 15,0,2, -35.5466,35.4928,-37.6253,-25.8199, -90.0,0.0, "edge-path" )
- end
-
- if ticker == 700 then
- actor_plopper( "robot_green_path", 15,0,2, -48.9504,-37.1451,24.1829,-29.2434, -90.0,0.0, "edge-path" )
- end
-
- if ticker == 700 then
- actor_plopper( "robot_green_path", 15,0,2, 36.1135,47.919,24.1829,-29.2434, -90.0,0.0, "edge-path" )
- end
-
- if ticker == 700 then
- actor_plopper( "robot_green_path", 15,0,2, -35.5466,35.4928,26.0317,37.8371, -90.0,0.0, "edge-path" )
- end
-
- if ticker == 700 then
- actor_plopper( "motha-2_emerge", 1,0,0, -12.2106,-12.2106,-0.490594,-0.490594, -90.0,0.0 )
- end
-
- if ticker == 1200 then
- actor_plopper( "robot_yellow", 10,0,1, -12.3237,9.68278,-11.5137,10.2365, -90.0,0.0 )
- c_no_more_beasties_to_come()
- end
-
- end
-
-